home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Mousetools / EasyMouse / easymouse.i < prev    next >
Text File  |  1996-09-26  |  982b  |  27 lines

  1. /* Prototypes for functions defined in easymouse.c */
  2. short TestMsg(struct Window *win);
  3. void *GetDeviceBlock(unsigned int size);
  4. void FreeDeviceBlock(struct IORequest *iorequest);
  5. short Open_A_Device(char *name,
  6.                     unsigned int unit,
  7.                     struct IORequest **device_request,
  8.                     unsigned int flags,
  9.                     unsigned int size);
  10. void Close_A_Device(struct IORequest *iorequest);
  11. void Do_Command(struct IORequest *deviceblock,
  12.                 unsigned short command);
  13. void Input_AddHandler(struct IOStdReq *ireq,
  14.                       void *handler,
  15.                       unsigned char **data);
  16. void Input_RemHandler(struct IOStdReq *ireq);
  17. void CloseAll(register char *str);
  18. void SetOptions(void);
  19. void SetWindow(void);
  20. struct Window *MouseWindow(void);
  21. void BlackScreen(void);
  22. void NormalScreen(void);
  23. struct InputEvent * __saveds __interrupt IHandler(void);
  24. void OpenAll(void);
  25. void main(int argc,
  26.           char **argv);
  27.